home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / database / a42111.zip / UPDATE_S.BAT < prev    next >
DOS Batch File  |  1993-01-19  |  1KB  |  33 lines

  1. @echo off
  2. if exist a4.exe goto update
  3. echo **********************************************************************
  4. echo                 Please read the directions that come
  5. echo                 with the update before attempting to 
  6. echo                 install. Before typing UPDATE_S you 
  7. echo                 must copy the update files to the  
  8. echo                 program subdirectory.
  9. echo **********************************************************************
  10. @echo off
  11. goto end
  12. :update
  13. PATCH V03_V11s
  14. if errorlevel 1 goto bad
  15. erase PATCH.EXE
  16. erase v03_v11s.*
  17. goto end
  18. :bad
  19. erase PATCH.EXE
  20. erase v03_v11s.*
  21. cls
  22. Echo *********************************************************************
  23.  
  24. echo      Alpha Four was not updated!!!  Please make sure that you 
  25. echo      are using version 2.1.03 of the program.  This can be 
  26. echo      checked by pressing F3 from the Alpha Four main menu. If  
  27. echo      you are not using version 2.1.03 please call the Technical 
  28. echo      Support Department for assistance.        
  29.  
  30. echo *********************************************************************
  31.  
  32. :end
  33.